/**
 * layout-responsive.css
 ******************************************************************************
 * This file contains CSS responsive layout rules.
 ******************************************************************************
 * @author Andrew R. Taylor
 * @copyright Copyright (c) 2016, End Result Company, LLC
 * @section CSS responsive layout stylesheet
 ******************************************************************************
 * Index
 * ------------------------------------
 * $1 - General
 * $2 - XXXX-Large Max-Width
 * $3 - XXX-Large Max-Width
 * $4 - XX-Large Max-Width
 * $5 - X-Large Max-Width
 * $6 - Large Max-Width
 * $7 - Medium Max-Width
 * $8 - Small Max-Width
 * $9 - X-Small Max-Width
 * $10 - XX-Small Max-Width
 * $11 - XXX-Small Max-Width
 * $12 - XXXX-Small Min-Width
 * $13 - XXX-Small Min-Width
 * $14 - XX-Small Min-Width
 * $15 - X-Small Min-Width
 * $16 - Small Min-Width
 * $17 - Medium Min-Width
 * $18 - Large Min-Width
 * $19 - X-Large Min-Width
 * $20 - XX-Large Min-Width
 * $21 - XXX-Large Min-Width
 * $22 - XXXX-Large Min-Width
 ******************************************************************************
*/


/**
 **************************************
 * $1 - General
 **************************************
*/

.container.responsive {
	padding-left: 3%;
	padding-right: 3%;
	width: 94%;
}

.container.responsive.full-width {
	padding: inherit;
	width: inherit;
}


/**
 **************************************
 * $2 - XXXX-Large Max-Width
 **************************************
*/

@media (max-width: 100rem) {

	.lt-xxxxl-block {
		display: block;
	}

	.lt-xxxxl-float-left {
		float: left;
	}

	.lt-xxxxl-float-none {
		float: none;
	}

	.lt-xxxxl-float-right {
		float: right;
	}

	.lt-xxxxl-inline {
		display: inline;
	}

	.lt-xxxxl-inline-block {
		display: inline-block;
	}

	.lt-xxxxl-none {
		display: none;
	}

	.lt-xxxxl-w-1 {
		width: 100%;
	}

	.lt-xxxxl-w-1-2,
	.lt-xxxxl-w-2-4,
	.lt-xxxxl-w-3-6,
	.lt-xxxxl-w-4-8,
	.lt-xxxxl-w-5-10,
	.lt-xxxxl-w-6-12 {
		width: 50%;
	}
}


/**
 **************************************
 * $3 - XXX-Large Max-Width
 **************************************
*/

@media (max-width: 90rem) {

	.lt-xxxl-block {
		display: block;
	}

	.lt-xxxl-float-left {
		float: left;
	}

	.lt-xxxl-float-none {
		float: none;
	}

	.lt-xxxl-float-right {
		float: right;
	}

	.lt-xxxl-inline {
		display: inline;
	}

	.lt-xxxl-inline-block {
		display: inline-block;
	}

	.lt-xxxl-none {
		display: none;
	}

	.lt-xxxl-w-1 {
		width: 100%;
	}

	.lt-xxxl-w-1-2,
	.lt-xxxl-w-2-4,
	.lt-xxxl-w-3-6,
	.lt-xxxl-w-4-8,
	.lt-xxxl-w-5-10,
	.lt-xxxl-w-6-12 {
		width: 50%;
	}
}


/**
 **************************************
 * $4 - XX-Large Max-Width
 **************************************
*/

@media (max-width: 80rem) {

	.lt-xxl-block {
		display: block;
	}

	.lt-xxl-float-left {
		float: left;
	}

	.lt-xxl-float-none {
		float: none;
	}

	.lt-xxl-float-right {
		float: right;
	}

	.lt-xxl-inline {
		display: inline;
	}

	.lt-xxl-inline-block {
		display: inline-block;
	}

	.lt-xxl-none {
		display: none;
	}

	.lt-xxl-w-1 {
		width: 100%;
	}

	.lt-xxl-w-1-2,
	.lt-xxl-w-2-4,
	.lt-xxl-w-3-6,
	.lt-xxl-w-4-8,
	.lt-xxl-w-5-10,
	.lt-xxl-w-6-12 {
		width: 50%;
	}
}


/**
 **************************************
 * $5 - X-Large Max-Width
 **************************************
*/

@media (max-width: 70rem) {

	.lt-xl-block {
		display: block;
	}

	.lt-xl-float-left {
		float: left;
	}

	.lt-xl-float-none {
		float: none;
	}

	.lt-xl-float-right {
		float: right;
	}

	.lt-xl-inline {
		display: inline;
	}

	.lt-xl-inline-block {
		display: inline-block;
	}

	.lt-xl-none {
		display: none;
	}

	.lt-xl-w-1 {
		width: 100%;
	}

	.lt-xl-w-1-2,
	.lt-xl-w-2-4,
	.lt-xl-w-3-6,
	.lt-xl-w-4-8,
	.lt-xl-w-5-10,
	.lt-xl-w-6-12 {
		width: 50%;
	}
}


/**
 **************************************
 * $6 - Large Max-Width
 **************************************
*/

@media (max-width: 60rem) {

	.lt-lg-block {
		display: block;
	}

	.lt-lg-float-left {
		float: left;
	}

	.lt-lg-float-none {
		float: none;
	}

	.lt-lg-float-right {
		float: right;
	}

	.lt-lg-inline {
		display: inline;
	}

	.lt-lg-inline-block {
		display: inline-block;
	}

	.lt-lg-none {
		display: none;
	}

	.lt-lg-w-1 {
		width: 100%;
	}

	.lt-lg-w-1-2,
	.lt-lg-w-2-4,
	.lt-lg-w-3-6,
	.lt-lg-w-4-8,
	.lt-lg-w-5-10,
	.lt-lg-w-6-12 {
		width: 50%;
	}
}


/**
 **************************************
 * $7 - Medium Max-Width
 **************************************
*/

@media (max-width: 50rem) {

	.lt-md-block {
		display: block;
	}

	.lt-md-float-left {
		float: left;
	}

	.lt-md-float-none {
		float: none;
	}

	.lt-md-float-right {
		float: right;
	}

	.lt-md-inline {
		display: inline;
	}

	.lt-md-inline-block {
		display: inline-block;
	}

	.lt-md-none {
		display: none;
	}

	.lt-md-w-1 {
		width: 100%;
	}

	.lt-md-w-1-2,
	.lt-md-w-2-4,
	.lt-md-w-3-6,
	.lt-md-w-4-8,
	.lt-md-w-5-10,
	.lt-md-w-6-12 {
		width: 50%;
	}
}


/**
 **************************************
 * $8 - Small Max-Width
 **************************************
*/

@media (max-width: 40rem) {

	.lt-sm-block {
		display: block;
	}

	.lt-sm-float-left {
		float: left;
	}

	.lt-sm-float-none {
		float: none;
	}

	.lt-sm-float-right {
		float: right;
	}

	.lt-sm-inline {
		display: inline;
	}

	.lt-sm-inline-block {
		display: inline-block;
	}

	.lt-sm-none {
		display: none;
	}

	.lt-sm-w-1 {
		width: 100%;
	}

	.lt-sm-w-1-2,
	.lt-sm-w-2-4,
	.lt-sm-w-3-6,
	.lt-sm-w-4-8,
	.lt-sm-w-5-10,
	.lt-sm-w-6-12 {
		width: 50%;
	}
}


/**
 **************************************
 * $9 - X-Small Max-Width
 **************************************
*/

@media (max-width: 30rem) {

	.lt-xs-block {
		display: block;
	}

	.lt-xs-float-left {
		float: left;
	}

	.lt-xs-float-none {
		float: none;
	}

	.lt-xs-float-right {
		float: right;
	}

	.lt-xs-inline {
		display: inline;
	}

	.lt-xs-inline-block {
		display: inline-block;
	}

	.lt-xs-none {
		display: none;
	}

	.lt-xs-w-1 {
		width: 100%;
	}

	.lt-xs-w-1-2,
	.lt-xs-w-2-4,
	.lt-xs-w-3-6,
	.lt-xs-w-4-8,
	.lt-xs-w-5-10,
	.lt-xs-w-6-12 {
		width: 50%;
	}
}


/**
 **************************************
 * $10 - XX-Small Max-Width
 **************************************
*/

@media (max-width: 20rem) {

	.lt-xxs-block {
		display: block;
	}

	.lt-xxs-float-left {
		float: left;
	}

	.lt-xxs-float-none {
		float: none;
	}

	.lt-xxs-float-right {
		float: right;
	}

	.lt-xxs-inline {
		display: inline;
	}

	.lt-xxs-inline-block {
		display: inline-block;
	}

	.lt-xxs-none {
		display: none;
	}

	.lt-xxs-w-1 {
		width: 100%;
	}

	.lt-xxs-w-1-2,
	.lt-xxs-w-2-4,
	.lt-xxs-w-3-6,
	.lt-xxs-w-4-8,
	.lt-xxs-w-5-10,
	.lt-xxs-w-6-12 {
		width: 50%;
	}
}


/**
 **************************************
 * $11 - XXX-Small Max-Width
 **************************************
*/

@media (max-width: 10rem) {

	.lt-xxxs-block {
		display: block;
	}

	.lt-xxxs-float-left {
		float: left;
	}

	.lt-xxxs-float-none {
		float: none;
	}

	.lt-xxxs-float-right {
		float: right;
	}

	.lt-xxxs-inline {
		display: inline;
	}

	.lt-xxxs-inline-block {
		display: inline-block;
	}

	.lt-xxxs-none {
		display: none;
	}

	.lt-xxxs-w-1 {
		width: 100%;
	}

	.lt-xxxs-w-1-2,
	.lt-xxxs-w-2-4,
	.lt-xxxs-w-3-6,
	.lt-xxxs-w-4-8,
	.lt-xxxs-w-5-10,
	.lt-xxxs-w-6-12 {
		width: 50%;
	}
}


/**
 **************************************
 * $12 - XXXX-Small Min-Width
 **************************************
*/

@media (min-width: 0) {

	.container.adaptive,
	.container.adaptive.full-width {
		width: 0;
	}

	.xxxxs-block {
		display: block;
	}

	.xxxxs-float-left {
		float: left;
	}

	.xxxxs-float-none {
		float: none;
	}

	.xxxxs-float-right {
		float: right;
	}

	.xxxxs-inline {
		display: inline;
	}

	.xxxxs-inline-block {
		display: inline-block;
	}

	.xxxxs-none {
		display: none;
	}

	.xxxxs-w-1 {
		width: 100%;
	}

	.xxxxs-w-1-2,
	.xxxxs-w-2-4,
	.xxxxs-w-3-6,
	.xxxxs-w-4-8,
	.xxxxs-w-5-10,
	.xxxxs-w-6-12 {
		width: 50%;
	}

	.xxxxs-w-1-3,
	.xxxxs-w-2-6,
	.xxxxs-w-3-9,
	.xxxxs-w-4-12 {
		width: 33.33%;
	}

	.xxxxs-w-1-4,
	.xxxxs-w-2-8,
	.xxxxs-w-3-12 {
		width: 25%;
	}

	.xxxxs-w-1-5,
	.xxxxs-w-2-10 {
		width: 20%;
	}

	.xxxxs-w-1-6,
	.xxxxs-w-2-12 {
		width: 16.66%;
	}

	.xxxxs-w-1-7 {
		width: 14.28%;
	}

	.xxxxs-w-1-8 {
		width: 12.5%;
	}

	.xxxxs-w-1-9 {
		width: 11.11%;
	}

	.xxxxs-w-1-10 {
		width: 10%;
	}

	.xxxxs-w-1-11 {
		width: 9.09%;
	}

	.xxxxs-w-1-12 {
		width: 8.33%;
	}

	.xxxxs-w-2-3,
	.xxxxs-w-6-9 {
		width: 66.666667%;
	}

	.xxxxs-w-2-5,
	.xxxxs-w-4-10 {
		width: 40%;
	}

	.xxxxs-w-2-7 {
		width: 28.571429%;
	}

	.xxxxs-w-2-9 {
		width: 22.222222%;
	}

	.xxxxs-w-2-11 {
		width: 18.181818%;
	}

	.xxxxs-w-3-4,
	.xxxxs-w-9-12 {
		width: 75%;
	}

	.xxxxs-w-3-5,
	.xxxxs-w-6-10 {
		width: 60%;
	}

	.xxxxs-w-3-7 {
		width: 42.857143%;
	}

	.xxxxs-w-3-8 {
		width: 37.5%;
	}

	.xxxxs-w-3-10 {
		width: 30%;
	}

	.xxxxs-w-3-11 {
		width: 27.272727%;
	}

	.xxxxs-w-4-5,
	.xxxxs-w-8-10 {
		width: 80%;
	}

	.xxxxs-w-4-7 {
		width: 57.142857%;
	}

	.xxxxs-w-4-9 {
		width: 44.444444%;
	}

	.xxxxs-w-4-11 {
		width: 36.363636%;
	}

	.xxxxs-w-5-6,
	.xxxxs-w-10-12 {
		width: 83.333333%;
	}

	.xxxxs-w-5-7 {
		width: 71.428571%;
	}

	.xxxxs-w-5-8 {
		width: 62.5%;
	}

	.xxxxs-w-5-9 {
		width: 55.555556%;
	}

	.xxxxs-w-5-11 {
		width: 45.454545%;
	}

	.xxxxs-w-5-12 {
		width: 41.666667%;
	}

	.xxxxs-w-6-7 {
		width: 85.714286%;
	}

	.xxxxs-w-6-11 {
		width: 54.545455%;
	}

	.xxxxs-w-7-8 {
		width: 87.5%;
	}

	.xxxxs-w-7-9 {
		width: 77.777778%;
	}

	.xxxxs-w-7-10 {
		width: 70%;
	}

	.xxxxs-w-7-11 {
		width: 63.636364%;
	}

	.xxxxs-w-7-12 {
		width: 58.333333%;
	}

	.xxxxs-w-8-9 {
		width: 88.888889%;
	}

	.xxxxs-w-8-11 {
		width: 72.727273%;
	}

	.xxxxs-w-9-10 {
		width: 90%;
	}

	.xxxxs-w-9-11 {
		width: 81.818182%;
	}

	.xxxxs-w-10-11 {
		width: 90.909091%;
	}

	.xxxxs-w-11-12 {
		width: 91.666667%;
	}
}


/**
 **************************************
 * $13 - XXX-Small Min-Width
 **************************************
*/

@media (min-width: 10rem) {

	.container.adaptive {
		width: 9.4rem;
	}

	.container.adaptive.full-width {
		width: 10rem;
	}

	.xxxs-block {
		display: block;
	}

	.xxxs-float-left {
		float: left;
	}

	.xxxs-float-none {
		float: none;
	}

	.xxxs-float-right {
		float: right;
	}

	.xxxs-inline {
		display: inline;
	}

	.xxxs-inline-block {
		display: inline-block;
	}

	.xxxs-none {
		display: none;
	}

	.xxxs-w-1 {
		width: 100%;
	}

	.xxxs-w-1-2,
	.xxxs-w-2-4,
	.xxxs-w-3-6,
	.xxxs-w-4-8,
	.xxxs-w-5-10,
	.xxxs-w-6-12 {
		width: 50%;
	}

	.xxxs-w-1-3,
	.xxxs-w-2-6,
	.xxxs-w-3-9,
	.xxxs-w-4-12 {
		width: 33.33%;
	}

	.xxxs-w-1-4,
	.xxxs-w-2-8,
	.xxxs-w-3-12 {
		width: 25%;
	}

	.xxxs-w-1-5,
	.xxxs-w-2-10 {
		width: 20%;
	}

	.xxxs-w-1-6,
	.xxxs-w-2-12 {
		width: 16.66%;
	}

	.xxxs-w-1-7 {
		width: 14.28%;
	}

	.xxxs-w-1-8 {
		width: 12.5%;
	}

	.xxxs-w-1-9 {
		width: 11.11%;
	}

	.xxxs-w-1-10 {
		width: 10%;
	}

	.xxxs-w-1-11 {
		width: 9.09%;
	}

	.xxxs-w-1-12 {
		width: 8.33%;
	}

	.xxxs-w-2-3,
	.xxxs-w-6-9 {
		width: 66.666667%;
	}

	.xxxs-w-2-5,
	.xxxs-w-4-10 {
		width: 40%;
	}

	.xxxs-w-2-7 {
		width: 28.571429%;
	}

	.xxxs-w-2-9 {
		width: 22.222222%;
	}

	.xxxs-w-2-11 {
		width: 18.181818%;
	}

	.xxxs-w-3-4,
	.xxxs-w-9-12 {
		width: 75%;
	}

	.xxxs-w-3-5,
	.xxxs-w-6-10 {
		width: 60%;
	}

	.xxxs-w-3-7 {
		width: 42.857143%;
	}

	.xxxs-w-3-8 {
		width: 37.5%;
	}

	.xxxs-w-3-10 {
		width: 30%;
	}

	.xxxs-w-3-11 {
		width: 27.272727%;
	}

	.xxxs-w-4-5,
	.xxxs-w-8-10 {
		width: 80%;
	}

	.xxxs-w-4-7 {
		width: 57.142857%;
	}

	.xxxs-w-4-9 {
		width: 44.444444%;
	}

	.xxxs-w-4-11 {
		width: 36.363636%;
	}

	.xxxs-w-5-6,
	.xxxs-w-10-12 {
		width: 83.333333%;
	}

	.xxxs-w-5-7 {
		width: 71.428571%;
	}

	.xxxs-w-5-8 {
		width: 62.5%;
	}

	.xxxs-w-5-9 {
		width: 55.555556%;
	}

	.xxxs-w-5-11 {
		width: 45.454545%;
	}

	.xxxs-w-5-12 {
		width: 41.666667%;
	}

	.xxxs-w-6-7 {
		width: 85.714286%;
	}

	.xxxs-w-6-11 {
		width: 54.545455%;
	}

	.xxxs-w-7-8 {
		width: 87.5%;
	}

	.xxxs-w-7-9 {
		width: 77.777778%;
	}

	.xxxs-w-7-10 {
		width: 70%;
	}

	.xxxs-w-7-11 {
		width: 63.636364%;
	}

	.xxxs-w-7-12 {
		width: 58.333333%;
	}

	.xxxs-w-8-9 {
		width: 88.888889%;
	}

	.xxxs-w-8-11 {
		width: 72.727273%;
	}

	.xxxs-w-9-10 {
		width: 90%;
	}

	.xxxs-w-9-11 {
		width: 81.818182%;
	}

	.xxxs-w-10-11 {
		width: 90.909091%;
	}

	.xxxs-w-11-12 {
		width: 91.666667%;
	}
}


/**
 **************************************
 * $14 - XX-Small Min-Width
 **************************************
*/

@media (min-width: 20rem) {

	.container.adaptive {
		width: 18.8rem;
	}

	.container.adaptive.full-width {
		width: 20rem;
	}

	.xxs-block {
		display: block;
	}

	.xxs-float-left {
		float: left;
	}

	.xxs-float-none {
		float: none;
	}

	.xxs-float-right {
		float: right;
	}

	.xxs-inline {
		display: inline;
	}

	.xxs-inline-block {
		display: inline-block;
	}

	.xxs-none {
		display: none;
	}

	.xxs-w-1 {
		width: 100%;
	}

	.xxs-w-1-2,
	.xxs-w-2-4,
	.xxs-w-3-6,
	.xxs-w-4-8,
	.xxs-w-5-10,
	.xxs-w-6-12 {
		width: 50%;
	}

	.xxs-w-1-3,
	.xxs-w-2-6,
	.xxs-w-3-9,
	.xxs-w-4-12 {
		width: 33.33%;
	}

	.xxs-w-1-4,
	.xxs-w-2-8,
	.xxs-w-3-12 {
		width: 25%;
	}

	.xxs-w-1-5,
	.xxs-w-2-10 {
		width: 20%;
	}

	.xxs-w-1-6,
	.xxs-w-2-12 {
		width: 16.66%;
	}

	.xxs-w-1-7 {
		width: 14.28%;
	}

	.xxs-w-1-8 {
		width: 12.5%;
	}

	.xxs-w-1-9 {
		width: 11.11%;
	}

	.xxs-w-1-10 {
		width: 10%;
	}

	.xxs-w-1-11 {
		width: 9.09%;
	}

	.xxs-w-1-12 {
		width: 8.33%;
	}

	.xxs-w-2-3,
	.xxs-w-6-9 {
		width: 66.666667%;
	}

	.xxs-w-2-5,
	.xxs-w-4-10 {
		width: 40%;
	}

	.xxs-w-2-7 {
		width: 28.571429%;
	}

	.xxs-w-2-9 {
		width: 22.222222%;
	}

	.xxs-w-2-11 {
		width: 18.181818%;
	}

	.xxs-w-3-4,
	.xxs-w-9-12 {
		width: 75%;
	}

	.xxs-w-3-5,
	.xxs-w-6-10 {
		width: 60%;
	}

	.xxs-w-3-7 {
		width: 42.857143%;
	}

	.xxs-w-3-8 {
		width: 37.5%;
	}

	.xxs-w-3-10 {
		width: 30%;
	}

	.xxs-w-3-11 {
		width: 27.272727%;
	}

	.xxs-w-4-5,
	.xxs-w-8-10 {
		width: 80%;
	}

	.xxs-w-4-7 {
		width: 57.142857%;
	}

	.xxs-w-4-9 {
		width: 44.444444%;
	}

	.xxs-w-4-11 {
		width: 36.363636%;
	}

	.xxs-w-5-6,
	.xxs-w-10-12 {
		width: 83.333333%;
	}

	.xxs-w-5-7 {
		width: 71.428571%;
	}

	.xxs-w-5-8 {
		width: 62.5%;
	}

	.xxs-w-5-9 {
		width: 55.555556%;
	}

	.xxs-w-5-11 {
		width: 45.454545%;
	}

	.xxs-w-5-12 {
		width: 41.666667%;
	}

	.xxs-w-6-7 {
		width: 85.714286%;
	}

	.xxs-w-6-11 {
		width: 54.545455%;
	}

	.xxs-w-7-8 {
		width: 87.5%;
	}

	.xxs-w-7-9 {
		width: 77.777778%;
	}

	.xxs-w-7-10 {
		width: 70%;
	}

	.xxs-w-7-11 {
		width: 63.636364%;
	}

	.xxs-w-7-12 {
		width: 58.333333%;
	}

	.xxs-w-8-9 {
		width: 88.888889%;
	}

	.xxs-w-8-11 {
		width: 72.727273%;
	}

	.xxs-w-9-10 {
		width: 90%;
	}

	.xxs-w-9-11 {
		width: 81.818182%;
	}

	.xxs-w-10-11 {
		width: 90.909091%;
	}

	.xxs-w-11-12 {
		width: 91.666667%;
	}
}


/**
 **************************************
 * $15 - X-Small Min-Width
 **************************************
*/

@media (min-width: 30rem) {

	.container.adaptive {
		width: 28.2rem;
	}

	.container.adaptive.full-width {
		width: 30rem;
	}

	.xs-block {
		display: block;
	}

	.xs-float-left {
		float: left;
	}

	.xs-float-none {
		float: none;
	}

	.xs-float-right {
		float: right;
	}

	.xs-inline {
		display: inline;
	}

	.xs-inline-block {
		display: inline-block;
	}

	.xs-none {
		display: none;
	}

	.xs-w-1 {
		width: 100%;
	}

	.xs-w-1-2,
	.xs-w-2-4,
	.xs-w-3-6,
	.xs-w-4-8,
	.xs-w-5-10,
	.xs-w-6-12 {
		width: 50%;
	}

	.xs-w-1-3,
	.xs-w-2-6,
	.xs-w-3-9,
	.xs-w-4-12 {
		width: 33.33%;
	}

	.xs-w-1-4,
	.xs-w-2-8,
	.xs-w-3-12 {
		width: 25%;
	}

	.xs-w-1-5,
	.xs-w-2-10 {
		width: 20%;
	}

	.xs-w-1-6,
	.xs-w-2-12 {
		width: 16.66%;
	}

	.xs-w-1-7 {
		width: 14.28%;
	}

	.xs-w-1-8 {
		width: 12.5%;
	}

	.xs-w-1-9 {
		width: 11.11%;
	}

	.xs-w-1-10 {
		width: 10%;
	}

	.xs-w-1-11 {
		width: 9.09%;
	}

	.xs-w-1-12 {
		width: 8.33%;
	}

	.xs-w-2-3,
	.xs-w-6-9 {
		width: 66.666667%;
	}

	.xs-w-2-5,
	.xs-w-4-10 {
		width: 40%;
	}

	.xs-w-2-7 {
		width: 28.571429%;
	}

	.xs-w-2-9 {
		width: 22.222222%;
	}

	.xs-w-2-11 {
		width: 18.181818%;
	}

	.xs-w-3-4,
	.xs-w-9-12 {
		width: 75%;
	}

	.xs-w-3-5,
	.xs-w-6-10 {
		width: 60%;
	}

	.xs-w-3-7 {
		width: 42.857143%;
	}

	.xs-w-3-8 {
		width: 37.5%;
	}

	.xs-w-3-10 {
		width: 30%;
	}

	.xs-w-3-11 {
		width: 27.272727%;
	}

	.xs-w-4-5,
	.xs-w-8-10 {
		width: 80%;
	}

	.xs-w-4-7 {
		width: 57.142857%;
	}

	.xs-w-4-9 {
		width: 44.444444%;
	}

	.xs-w-4-11 {
		width: 36.363636%;
	}

	.xs-w-5-6,
	.xs-w-10-12 {
		width: 83.333333%;
	}

	.xs-w-5-7 {
		width: 71.428571%;
	}

	.xs-w-5-8 {
		width: 62.5%;
	}

	.xs-w-5-9 {
		width: 55.555556%;
	}

	.xs-w-5-11 {
		width: 45.454545%;
	}

	.xs-w-5-12 {
		width: 41.666667%;
	}

	.xs-w-6-7 {
		width: 85.714286%;
	}

	.xs-w-6-11 {
		width: 54.545455%;
	}

	.xs-w-7-8 {
		width: 87.5%;
	}

	.xs-w-7-9 {
		width: 77.777778%;
	}

	.xs-w-7-10 {
		width: 70%;
	}

	.xs-w-7-11 {
		width: 63.636364%;
	}

	.xs-w-7-12 {
		width: 58.333333%;
	}

	.xs-w-8-9 {
		width: 88.888889%;
	}

	.xs-w-8-11 {
		width: 72.727273%;
	}

	.xs-w-9-10 {
		width: 90%;
	}

	.xs-w-9-11 {
		width: 81.818182%;
	}

	.xs-w-10-11 {
		width: 90.909091%;
	}

	.xs-w-11-12 {
		width: 91.666667%;
	}
}


/**
 **************************************
 * $16 - Small Min-Width
 **************************************
*/

@media (min-width: 40rem) {

	.container.adaptive {
		width: 37.6rem;
	}

	.container.adaptive.full-width {
		width: 40rem;
	}

	.sm-block {
		display: block;
	}

	.sm-float-left {
		float: left;
	}

	.sm-float-none {
		float: none;
	}

	.sm-float-right {
		float: right;
	}

	.sm-inline {
		display: inline;
	}

	.sm-inline-block {
		display: inline-block;
	}

	.sm-none {
		display: none;
	}

	.sm-w-1 {
		width: 100%;
	}

	.sm-w-1-2,
	.sm-w-2-4,
	.sm-w-3-6,
	.sm-w-4-8,
	.sm-w-5-10,
	.sm-w-6-12 {
		width: 50%;
	}

	.sm-w-1-3,
	.sm-w-2-6,
	.sm-w-3-9,
	.sm-w-4-12 {
		width: 33.33%;
	}

	.sm-w-1-4,
	.sm-w-2-8,
	.sm-w-3-12 {
		width: 25%;
	}

	.sm-w-1-5,
	.sm-w-2-10 {
		width: 20%;
	}

	.sm-w-1-6,
	.sm-w-2-12 {
		width: 16.66%;
	}

	.sm-w-1-7 {
		width: 14.28%;
	}

	.sm-w-1-8 {
		width: 12.5%;
	}

	.sm-w-1-9 {
		width: 11.11%;
	}

	.sm-w-1-10 {
		width: 10%;
	}

	.sm-w-1-11 {
		width: 9.09%;
	}

	.sm-w-1-12 {
		width: 8.33%;
	}

	.sm-w-2-3,
	.sm-w-6-9 {
		width: 66.666667%;
	}

	.sm-w-2-5,
	.sm-w-4-10 {
		width: 40%;
	}

	.sm-w-2-7 {
		width: 28.571429%;
	}

	.sm-w-2-9 {
		width: 22.222222%;
	}

	.sm-w-2-11 {
		width: 18.181818%;
	}

	.sm-w-3-4,
	.sm-w-9-12 {
		width: 75%;
	}

	.sm-w-3-5,
	.sm-w-6-10 {
		width: 60%;
	}

	.sm-w-3-7 {
		width: 42.857143%;
	}

	.sm-w-3-8 {
		width: 37.5%;
	}

	.sm-w-3-10 {
		width: 30%;
	}

	.sm-w-3-11 {
		width: 27.272727%;
	}

	.sm-w-4-5,
	.sm-w-8-10 {
		width: 80%;
	}

	.sm-w-4-7 {
		width: 57.142857%;
	}

	.sm-w-4-9 {
		width: 44.444444%;
	}

	.sm-w-4-11 {
		width: 36.363636%;
	}

	.sm-w-5-6,
	.sm-w-10-12 {
		width: 83.333333%;
	}

	.sm-w-5-7 {
		width: 71.428571%;
	}

	.sm-w-5-8 {
		width: 62.5%;
	}

	.sm-w-5-9 {
		width: 55.555556%;
	}

	.sm-w-5-11 {
		width: 45.454545%;
	}

	.sm-w-5-12 {
		width: 41.666667%;
	}

	.sm-w-6-7 {
		width: 85.714286%;
	}

	.sm-w-6-11 {
		width: 54.545455%;
	}

	.sm-w-7-8 {
		width: 87.5%;
	}

	.sm-w-7-9 {
		width: 77.777778%;
	}

	.sm-w-7-10 {
		width: 70%;
	}

	.sm-w-7-11 {
		width: 63.636364%;
	}

	.sm-w-7-12 {
		width: 58.333333%;
	}

	.sm-w-8-9 {
		width: 88.888889%;
	}

	.sm-w-8-11 {
		width: 72.727273%;
	}

	.sm-w-9-10 {
		width: 90%;
	}

	.sm-w-9-11 {
		width: 81.818182%;
	}

	.sm-w-10-11 {
		width: 90.909091%;
	}

	.sm-w-11-12 {
		width: 91.666667%;
	}
}


/**
 **************************************
 * $17 - Medium Min-Width
 **************************************
*/

@media (min-width: 50rem) {

	.container.adaptive {
		width: 47rem;
	}

	.container.adaptive.full-width {
		width: 50rem;
	}

	.md-block {
		display: block;
	}

	.md-float-left {
		float: left;
	}

	.md-float-none {
		float: none;
	}

	.md-float-right {
		float: right;
	}

	.md-inline {
		display: inline;
	}

	.md-inline-block {
		display: inline-block;
	}

	.md-none {
		display: none;
	}

	.md-w-1 {
		width: 100%;
	}

	.md-w-1-2,
	.md-w-2-4,
	.md-w-3-6,
	.md-w-4-8,
	.md-w-5-10,
	.md-w-6-12 {
		width: 50%;
	}

	.md-w-1-3,
	.md-w-2-6,
	.md-w-3-9,
	.md-w-4-12 {
		width: 33.33%;
	}

	.md-w-1-4,
	.md-w-2-8,
	.md-w-3-12 {
		width: 25%;
	}

	.md-w-1-5,
	.md-w-2-10 {
		width: 20%;
	}

	.md-w-1-6,
	.md-w-2-12 {
		width: 16.66%;
	}

	.md-w-1-7 {
		width: 14.28%;
	}

	.md-w-1-8 {
		width: 12.5%;
	}

	.md-w-1-9 {
		width: 11.11%;
	}

	.md-w-1-10 {
		width: 10%;
	}

	.md-w-1-11 {
		width: 9.09%;
	}

	.md-w-1-12 {
		width: 8.33%;
	}

	.md-w-2-3,
	.md-w-6-9 {
		width: 66.666667%;
	}

	.md-w-2-5,
	.md-w-4-10 {
		width: 40%;
	}

	.md-w-2-7 {
		width: 28.571429%;
	}

	.md-w-2-9 {
		width: 22.222222%;
	}

	.md-w-2-11 {
		width: 18.181818%;
	}

	.md-w-3-4,
	.md-w-9-12 {
		width: 75%;
	}

	.md-w-3-5,
	.md-w-6-10 {
		width: 60%;
	}

	.md-w-3-7 {
		width: 42.857143%;
	}

	.md-w-3-8 {
		width: 37.5%;
	}

	.md-w-3-10 {
		width: 30%;
	}

	.md-w-3-11 {
		width: 27.272727%;
	}

	.md-w-4-5,
	.md-w-8-10 {
		width: 80%;
	}

	.md-w-4-7 {
		width: 57.142857%;
	}

	.md-w-4-9 {
		width: 44.444444%;
	}

	.md-w-4-11 {
		width: 36.363636%;
	}

	.md-w-5-6,
	.md-w-10-12 {
		width: 83.333333%;
	}

	.md-w-5-7 {
		width: 71.428571%;
	}

	.md-w-5-8 {
		width: 62.5%;
	}

	.md-w-5-9 {
		width: 55.555556%;
	}

	.md-w-5-11 {
		width: 45.454545%;
	}

	.md-w-5-12 {
		width: 41.666667%;
	}

	.md-w-6-7 {
		width: 85.714286%;
	}

	.md-w-6-11 {
		width: 54.545455%;
	}

	.md-w-7-8 {
		width: 87.5%;
	}

	.md-w-7-9 {
		width: 77.777778%;
	}

	.md-w-7-10 {
		width: 70%;
	}

	.md-w-7-11 {
		width: 63.636364%;
	}

	.md-w-7-12 {
		width: 58.333333%;
	}

	.md-w-8-9 {
		width: 88.888889%;
	}

	.md-w-8-11 {
		width: 72.727273%;
	}

	.md-w-9-10 {
		width: 90%;
	}

	.md-w-9-11 {
		width: 81.818182%;
	}

	.md-w-10-11 {
		width: 90.909091%;
	}

	.md-w-11-12 {
		width: 91.666667%;
	}
}


/**
 **************************************
 * $18 - Large Min-Width
 **************************************
*/

@media (min-width: 60rem) {

	.container.adaptive {
		width: 56.4rem;
	}

	.container.adaptive.full-width {
		width: 60rem;
	}

	.lg-block {
		display: block;
	}

	.lg-float-left {
		float: left;
	}

	.lg-float-none {
		float: none;
	}

	.lg-float-right {
		float: right;
	}

	.lg-inline {
		display: inline;
	}

	.lg-inline-block {
		display: inline-block;
	}

	.lg-none {
		display: none;
	}

	.lg-w-1 {
		width: 100%;
	}

	.lg-w-1-2,
	.lg-w-2-4,
	.lg-w-3-6,
	.lg-w-4-8,
	.lg-w-5-10,
	.lg-w-6-12 {
		width: 50%;
	}

	.lg-w-1-3,
	.lg-w-2-6,
	.lg-w-3-9,
	.lg-w-4-12 {
		width: 33.33%;
	}

	.lg-w-1-4,
	.lg-w-2-8,
	.lg-w-3-12 {
		width: 25%;
	}

	.lg-w-1-5,
	.lg-w-2-10 {
		width: 20%;
	}

	.lg-w-1-6,
	.lg-w-2-12 {
		width: 16.66%;
	}

	.lg-w-1-7 {
		width: 14.28%;
	}

	.lg-w-1-8 {
		width: 12.5%;
	}

	.lg-w-1-9 {
		width: 11.11%;
	}

	.lg-w-1-10 {
		width: 10%;
	}

	.lg-w-1-11 {
		width: 9.09%;
	}

	.lg-w-1-12 {
		width: 8.33%;
	}

	.lg-w-2-3,
	.lg-w-6-9 {
		width: 66.666667%;
	}

	.lg-w-2-5,
	.lg-w-4-10 {
		width: 40%;
	}

	.lg-w-2-7 {
		width: 28.571429%;
	}

	.lg-w-2-9 {
		width: 22.222222%;
	}

	.lg-w-2-11 {
		width: 18.181818%;
	}

	.lg-w-3-4,
	.lg-w-9-12 {
		width: 75%;
	}

	.lg-w-3-5,
	.lg-w-6-10 {
		width: 60%;
	}

	.lg-w-3-7 {
		width: 42.857143%;
	}

	.lg-w-3-8 {
		width: 37.5%;
	}

	.lg-w-3-10 {
		width: 30%;
	}

	.lg-w-3-11 {
		width: 27.272727%;
	}

	.lg-w-4-5,
	.lg-w-8-10 {
		width: 80%;
	}

	.lg-w-4-7 {
		width: 57.142857%;
	}

	.lg-w-4-9 {
		width: 44.444444%;
	}

	.lg-w-4-11 {
		width: 36.363636%;
	}

	.lg-w-5-6,
	.lg-w-10-12 {
		width: 83.333333%;
	}

	.lg-w-5-7 {
		width: 71.428571%;
	}

	.lg-w-5-8 {
		width: 62.5%;
	}

	.lg-w-5-9 {
		width: 55.555556%;
	}

	.lg-w-5-11 {
		width: 45.454545%;
	}

	.lg-w-5-12 {
		width: 41.666667%;
	}

	.lg-w-6-7 {
		width: 85.714286%;
	}

	.lg-w-6-11 {
		width: 54.545455%;
	}

	.lg-w-7-8 {
		width: 87.5%;
	}

	.lg-w-7-9 {
		width: 77.777778%;
	}

	.lg-w-7-10 {
		width: 70%;
	}

	.lg-w-7-11 {
		width: 63.636364%;
	}

	.lg-w-7-12 {
		width: 58.333333%;
	}

	.lg-w-8-9 {
		width: 88.888889%;
	}

	.lg-w-8-11 {
		width: 72.727273%;
	}

	.lg-w-9-10 {
		width: 90%;
	}

	.lg-w-9-11 {
		width: 81.818182%;
	}

	.lg-w-10-11 {
		width: 90.909091%;
	}

	.lg-w-11-12 {
		width: 91.666667%;
	}
}


/**
 **************************************
 * $19 - X-Large Min-Width
 **************************************
*/

@media (min-width: 70rem) {

	.container.adaptive {
		width: 65.8rem;
	}

	.container.adaptive.full-width {
		width: 70rem;
	}

	.xl-block {
		display: block;
	}

	.xl-float-left {
		float: left;
	}

	.xl-float-none {
		float: none;
	}

	.xl-float-right {
		float: right;
	}

	.xl-inline {
		display: inline;
	}

	.xl-inline-block {
		display: inline-block;
	}

	.xl-none {
		display: none;
	}

	.xl-w-1 {
		width: 100%;
	}

	.xl-w-1-2,
	.xl-w-2-4,
	.xl-w-3-6,
	.xl-w-4-8,
	.xl-w-5-10,
	.xl-w-6-12 {
		width: 50%;
	}

	.xl-w-1-3,
	.xl-w-2-6,
	.xl-w-3-9,
	.xl-w-4-12 {
		width: 33.33%;
	}

	.xl-w-1-4,
	.xl-w-2-8,
	.xl-w-3-12 {
		width: 25%;
	}

	.xl-w-1-5,
	.xl-w-2-10 {
		width: 20%;
	}

	.xl-w-1-6,
	.xl-w-2-12 {
		width: 16.66%;
	}

	.xl-w-1-7 {
		width: 14.28%;
	}

	.xl-w-1-8 {
		width: 12.5%;
	}

	.xl-w-1-9 {
		width: 11.11%;
	}

	.xl-w-1-10 {
		width: 10%;
	}

	.xl-w-1-11 {
		width: 9.09%;
	}

	.xl-w-1-12 {
		width: 8.33%;
	}

	.xl-w-2-3,
	.xl-w-6-9 {
		width: 66.666667%;
	}

	.xl-w-2-5,
	.xl-w-4-10 {
		width: 40%;
	}

	.xl-w-2-7 {
		width: 28.571429%;
	}

	.xl-w-2-9 {
		width: 22.222222%;
	}

	.xl-w-2-11 {
		width: 18.181818%;
	}

	.xl-w-3-4,
	.xl-w-9-12 {
		width: 75%;
	}

	.xl-w-3-5,
	.xl-w-6-10 {
		width: 60%;
	}

	.xl-w-3-7 {
		width: 42.857143%;
	}

	.xl-w-3-8 {
		width: 37.5%;
	}

	.xl-w-3-10 {
		width: 30%;
	}

	.xl-w-3-11 {
		width: 27.272727%;
	}

	.xl-w-4-5,
	.xl-w-8-10 {
		width: 80%;
	}

	.xl-w-4-7 {
		width: 57.142857%;
	}

	.xl-w-4-9 {
		width: 44.444444%;
	}

	.xl-w-4-11 {
		width: 36.363636%;
	}

	.xl-w-5-6,
	.xl-w-10-12 {
		width: 83.333333%;
	}

	.xl-w-5-7 {
		width: 71.428571%;
	}

	.xl-w-5-8 {
		width: 62.5%;
	}

	.xl-w-5-9 {
		width: 55.555556%;
	}

	.xl-w-5-11 {
		width: 45.454545%;
	}

	.xl-w-5-12 {
		width: 41.666667%;
	}

	.xl-w-6-7 {
		width: 85.714286%;
	}

	.xl-w-6-11 {
		width: 54.545455%;
	}

	.xl-w-7-8 {
		width: 87.5%;
	}

	.xl-w-7-9 {
		width: 77.777778%;
	}

	.xl-w-7-10 {
		width: 70%;
	}

	.xl-w-7-11 {
		width: 63.636364%;
	}

	.xl-w-7-12 {
		width: 58.333333%;
	}

	.xl-w-8-9 {
		width: 88.888889%;
	}

	.xl-w-8-11 {
		width: 72.727273%;
	}

	.xl-w-9-10 {
		width: 90%;
	}

	.xl-w-9-11 {
		width: 81.818182%;
	}

	.xl-w-10-11 {
		width: 90.909091%;
	}

	.xl-w-11-12 {
		width: 91.666667%;
	}
}


/**
 **************************************
 * $20 - XX-Large Min-Width
 **************************************
*/

@media (min-width: 80rem) {

	.container.adaptive {
		width: 75.2rem;
	}

	.container.adaptive.full-width {
		width: 80rem;
	}

	.xxl-block {
		display: block;
	}

	.xxl-float-left {
		float: left;
	}

	.xxl-float-none {
		float: none;
	}

	.xxl-float-right {
		float: right;
	}

	.xxl-inline {
		display: inline;
	}

	.xxl-inline-block {
		display: inline-block;
	}

	.xxl-none {
		display: none;
	}

	.xxl-w-1 {
		width: 100%;
	}

	.xxl-w-1-2,
	.xxl-w-2-4,
	.xxl-w-3-6,
	.xxl-w-4-8,
	.xxl-w-5-10,
	.xxl-w-6-12 {
		width: 50%;
	}

	.xxl-w-1-3,
	.xxl-w-2-6,
	.xxl-w-3-9,
	.xxl-w-4-12 {
		width: 33.33%;
	}

	.xxl-w-1-4,
	.xxl-w-2-8,
	.xxl-w-3-12 {
		width: 25%;
	}

	.xxl-w-1-5,
	.xxl-w-2-10 {
		width: 20%;
	}

	.xxl-w-1-6,
	.xxl-w-2-12 {
		width: 16.66%;
	}

	.xxl-w-1-7 {
		width: 14.28%;
	}

	.xxl-w-1-8 {
		width: 12.5%;
	}

	.xxl-w-1-9 {
		width: 11.11%;
	}

	.xxl-w-1-10 {
		width: 10%;
	}

	.xxl-w-1-11 {
		width: 9.09%;
	}

	.xxl-w-1-12 {
		width: 8.33%;
	}

	.xxl-w-2-3,
	.xxl-w-6-9 {
		width: 66.666667%;
	}

	.xxl-w-2-5,
	.xxl-w-4-10 {
		width: 40%;
	}

	.xxl-w-2-7 {
		width: 28.571429%;
	}

	.xxl-w-2-9 {
		width: 22.222222%;
	}

	.xxl-w-2-11 {
		width: 18.181818%;
	}

	.xxl-w-3-4,
	.xxl-w-9-12 {
		width: 75%;
	}

	.xxl-w-3-5,
	.xxl-w-6-10 {
		width: 60%;
	}

	.xxl-w-3-7 {
		width: 42.857143%;
	}

	.xxl-w-3-8 {
		width: 37.5%;
	}

	.xxl-w-3-10 {
		width: 30%;
	}

	.xxl-w-3-11 {
		width: 27.272727%;
	}

	.xxl-w-4-5,
	.xxl-w-8-10 {
		width: 80%;
	}

	.xxl-w-4-7 {
		width: 57.142857%;
	}

	.xxl-w-4-9 {
		width: 44.444444%;
	}

	.xxl-w-4-11 {
		width: 36.363636%;
	}

	.xxl-w-5-6,
	.xxl-w-10-12 {
		width: 83.333333%;
	}

	.xxl-w-5-7 {
		width: 71.428571%;
	}

	.xxl-w-5-8 {
		width: 62.5%;
	}

	.xxl-w-5-9 {
		width: 55.555556%;
	}

	.xxl-w-5-11 {
		width: 45.454545%;
	}

	.xxl-w-5-12 {
		width: 41.666667%;
	}

	.xxl-w-6-7 {
		width: 85.714286%;
	}

	.xxl-w-6-11 {
		width: 54.545455%;
	}

	.xxl-w-7-8 {
		width: 87.5%;
	}

	.xxl-w-7-9 {
		width: 77.777778%;
	}

	.xxl-w-7-10 {
		width: 70%;
	}

	.xxl-w-7-11 {
		width: 63.636364%;
	}

	.xxl-w-7-12 {
		width: 58.333333%;
	}

	.xxl-w-8-9 {
		width: 88.888889%;
	}

	.xxl-w-8-11 {
		width: 72.727273%;
	}

	.xxl-w-9-10 {
		width: 90%;
	}

	.xxl-w-9-11 {
		width: 81.818182%;
	}

	.xxl-w-10-11 {
		width: 90.909091%;
	}

	.xxl-w-11-12 {
		width: 91.666667%;
	}
}


/**
 **************************************
 * $21 - XXX-Large Min-Width
 **************************************
*/

@media (min-width: 90rem) {

	.container.adaptive {
		width: 84.6rem;
	}

	.container.adaptive.full-width {
		width: 90rem;
	}

	.xxxl-block {
		display: block;
	}

	.xxxl-float-left {
		float: left;
	}

	.xxxl-float-none {
		float: none;
	}

	.xxxl-float-right {
		float: right;
	}

	.xxxl-inline {
		display: inline;
	}

	.xxxl-inline-block {
		display: inline-block;
	}

	.xxxl-none {
		display: none;
	}

	.xxxl-w-1 {
		width: 100%;
	}

	.xxxl-w-1-2,
	.xxxl-w-2-4,
	.xxxl-w-3-6,
	.xxxl-w-4-8,
	.xxxl-w-5-10,
	.xxxl-w-6-12 {
		width: 50%;
	}

	.xxxl-w-1-3,
	.xxxl-w-2-6,
	.xxxl-w-3-9,
	.xxxl-w-4-12 {
		width: 33.33%;
	}

	.xxxl-w-1-4,
	.xxxl-w-2-8,
	.xxxl-w-3-12 {
		width: 25%;
	}

	.xxxl-w-1-5,
	.xxxl-w-2-10 {
		width: 20%;
	}

	.xxxl-w-1-6,
	.xxxl-w-2-12 {
		width: 16.66%;
	}

	.xxxl-w-1-7 {
		width: 14.28%;
	}

	.xxxl-w-1-8 {
		width: 12.5%;
	}

	.xxxl-w-1-9 {
		width: 11.11%;
	}

	.xxxl-w-1-10 {
		width: 10%;
	}

	.xxxl-w-1-11 {
		width: 9.09%;
	}

	.xxxl-w-1-12 {
		width: 8.33%;
	}

	.xxxl-w-2-3,
	.xxxl-w-6-9 {
		width: 66.666667%;
	}

	.xxxl-w-2-5,
	.xxxl-w-4-10 {
		width: 40%;
	}

	.xxxl-w-2-7 {
		width: 28.571429%;
	}

	.xxxl-w-2-9 {
		width: 22.222222%;
	}

	.xxxl-w-2-11 {
		width: 18.181818%;
	}

	.xxxl-w-3-4,
	.xxxl-w-9-12 {
		width: 75%;
	}

	.xxxl-w-3-5,
	.xxxl-w-6-10 {
		width: 60%;
	}

	.xxxl-w-3-7 {
		width: 42.857143%;
	}

	.xxxl-w-3-8 {
		width: 37.5%;
	}

	.xxxl-w-3-10 {
		width: 30%;
	}

	.xxxl-w-3-11 {
		width: 27.272727%;
	}

	.xxxl-w-4-5,
	.xxxl-w-8-10 {
		width: 80%;
	}

	.xxxl-w-4-7 {
		width: 57.142857%;
	}

	.xxxl-w-4-9 {
		width: 44.444444%;
	}

	.xxxl-w-4-11 {
		width: 36.363636%;
	}

	.xxxl-w-5-6,
	.xxxl-w-10-12 {
		width: 83.333333%;
	}

	.xxxl-w-5-7 {
		width: 71.428571%;
	}

	.xxxl-w-5-8 {
		width: 62.5%;
	}

	.xxxl-w-5-9 {
		width: 55.555556%;
	}

	.xxxl-w-5-11 {
		width: 45.454545%;
	}

	.xxxl-w-5-12 {
		width: 41.666667%;
	}

	.xxxl-w-6-7 {
		width: 85.714286%;
	}

	.xxxl-w-6-11 {
		width: 54.545455%;
	}

	.xxxl-w-7-8 {
		width: 87.5%;
	}

	.xxxl-w-7-9 {
		width: 77.777778%;
	}

	.xxxl-w-7-10 {
		width: 70%;
	}

	.xxxl-w-7-11 {
		width: 63.636364%;
	}

	.xxxl-w-7-12 {
		width: 58.333333%;
	}

	.xxxl-w-8-9 {
		width: 88.888889%;
	}

	.xxxl-w-8-11 {
		width: 72.727273%;
	}

	.xxxl-w-9-10 {
		width: 90%;
	}

	.xxxl-w-9-11 {
		width: 81.818182%;
	}

	.xxxl-w-10-11 {
		width: 90.909091%;
	}

	.xxxl-w-11-12 {
		width: 91.666667%;
	}
}


/**
 **************************************
 * $22 - XXXX-Large Min-Width
 **************************************
*/

@media (min-width: 100rem) {

	.container.adaptive {
		width: 94rem;
	}

	.container.adaptive.full-width {
		width: 100rem;
	}

	.xxxxl-block {
		display: block;
	}

	.xxxxl-float-left {
		float: left;
	}

	.xxxxl-float-none {
		float: none;
	}

	.xxxxl-float-right {
		float: right;
	}

	.xxxxl-inline {
		display: inline;
	}

	.xxxxl-inline-block {
		display: inline-block;
	}

	.xxxxl-none {
		display: none;
	}

	.xxxxl-w-1 {
		width: 100%;
	}

	.xxxxl-w-1-2,
	.xxxxl-w-2-4,
	.xxxxl-w-3-6,
	.xxxxl-w-4-8,
	.xxxxl-w-5-10,
	.xxxxl-w-6-12 {
		width: 50%;
	}

	.xxxxl-w-1-3,
	.xxxxl-w-2-6,
	.xxxxl-w-3-9,
	.xxxxl-w-4-12 {
		width: 33.33%;
	}

	.xxxxl-w-1-4,
	.xxxxl-w-2-8,
	.xxxxl-w-3-12 {
		width: 25%;
	}

	.xxxxl-w-1-5,
	.xxxxl-w-2-10 {
		width: 20%;
	}

	.xxxxl-w-1-6,
	.xxxxl-w-2-12 {
		width: 16.66%;
	}

	.xxxxl-w-1-7 {
		width: 14.28%;
	}

	.xxxxl-w-1-8 {
		width: 12.5%;
	}

	.xxxxl-w-1-9 {
		width: 11.11%;
	}

	.xxxxl-w-1-10 {
		width: 10%;
	}

	.xxxxl-w-1-11 {
		width: 9.09%;
	}

	.xxxxl-w-1-12 {
		width: 8.33%;
	}

	.xxxxl-w-2-3,
	.xxxxl-w-6-9 {
		width: 66.666667%;
	}

	.xxxxl-w-2-5,
	.xxxxl-w-4-10 {
		width: 40%;
	}

	.xxxxl-w-2-7 {
		width: 28.571429%;
	}

	.xxxxl-w-2-9 {
		width: 22.222222%;
	}

	.xxxxl-w-2-11 {
		width: 18.181818%;
	}

	.xxxxl-w-3-4,
	.xxxxl-w-9-12 {
		width: 75%;
	}

	.xxxxl-w-3-5,
	.xxxxl-w-6-10 {
		width: 60%;
	}

	.xxxxl-w-3-7 {
		width: 42.857143%;
	}

	.xxxxl-w-3-8 {
		width: 37.5%;
	}

	.xxxxl-w-3-10 {
		width: 30%;
	}

	.xxxxl-w-3-11 {
		width: 27.272727%;
	}

	.xxxxl-w-4-5,
	.xxxxl-w-8-10 {
		width: 80%;
	}

	.xxxxl-w-4-7 {
		width: 57.142857%;
	}

	.xxxxl-w-4-9 {
		width: 44.444444%;
	}

	.xxxxl-w-4-11 {
		width: 36.363636%;
	}

	.xxxxl-w-5-6,
	.xxxxl-w-10-12 {
		width: 83.333333%;
	}

	.xxxxl-w-5-7 {
		width: 71.428571%;
	}

	.xxxxl-w-5-8 {
		width: 62.5%;
	}

	.xxxxl-w-5-9 {
		width: 55.555556%;
	}

	.xxxxl-w-5-11 {
		width: 45.454545%;
	}

	.xxxxl-w-5-12 {
		width: 41.666667%;
	}

	.xxxxl-w-6-7 {
		width: 85.714286%;
	}

	.xxxxl-w-6-11 {
		width: 54.545455%;
	}

	.xxxxl-w-7-8 {
		width: 87.5%;
	}

	.xxxxl-w-7-9 {
		width: 77.777778%;
	}

	.xxxxl-w-7-10 {
		width: 70%;
	}

	.xxxxl-w-7-11 {
		width: 63.636364%;
	}

	.xxxxl-w-7-12 {
		width: 58.333333%;
	}

	.xxxxl-w-8-9 {
		width: 88.888889%;
	}

	.xxxxl-w-8-11 {
		width: 72.727273%;
	}

	.xxxxl-w-9-10 {
		width: 90%;
	}

	.xxxxl-w-9-11 {
		width: 81.818182%;
	}

	.xxxxl-w-10-11 {
		width: 90.909091%;
	}

	.xxxxl-w-11-12 {
		width: 91.666667%;
	}
}
